home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Sharewares / Graphisme / Nimo50Build8.exe / DirectVobSub / Help and faqs / submux.txt < prev    next >
Text File  |  2002-05-23  |  2KB  |  54 lines

  1. Description:
  2.  
  3. With this multiplexer you can mix avi, wav, wma (not recommended, it is sloooow, done in real-time) and what the most important is: SSA.
  4.  
  5. HowTo:
  6.  
  7. - Convert your subtitles into .ssa (subresync.exe can do it). If you'd like to see real language labels, use the movie.lang.ssa naming convention.
  8. - Run submux.exe.
  9. - Use drag&drop or "right click"/"Add..." to put everything on the list you want to mix (warning: more audio tracks from wma can cause choppy playback with morgan stream switcher)
  10. - Press "Mux".
  11. - Wait. If you break the operation, you will still get a playable avi file.
  12. - Check the output for errors.
  13. v2.10 update:
  14. - In case you want to extract the muxed subtitles, you will need Graphedt.exe, the 'Dump' filter, and some brain to connect the right filters :)
  15.  
  16. Conditions:
  17.  
  18. - Working DVobSub
  19. - "Always auto-load" or at least "Load for text streams" set at dvobsub's property page or in the registry (HKCU\Software\Gabest\DirectVobSub\General\AlwaysLoadForTextStreams is set to '1' when installing dvobsub).
  20. - The text streams must be rendered after the video. Submux sorts the files this way, but the system might change his mind and processes the streams backwards when loading. Currently there is no solution on this. Try on a different machine or reinstall windows... :)
  21. v2.00+ update:
  22. - DVobSub will disconnect and hook text streams which were initially connected elsewhere.
  23.  
  24.  
  25. !!!WARNING!!!
  26.  
  27. Submux will not be able to remultiplex the followings correctly:
  28. - VBR mp3 audio ==> desynced output
  29. - Nandub multiplexed mp3 using the "mp3 source" (mp3 without the wave header) ==> Submux will only output a few hundered KB long avi
  30. (emails asking about these problems will be ignored)
  31.  
  32.  
  33. Format specification for developers (all strings are zero terminated):
  34.  
  35. A media sample:
  36.  
  37. ID: "GAB1" (TAGS 0-3) or "GAB2" (TAGS 2,4)
  38. ---- repeating till full sample size (start) ---- 
  39. TAG: (ushort)
  40. SIZE: (ushort)
  41. DATA: (SIZE)
  42. ---- repeating till full sample size (end) ----
  43.  
  44. End of sample
  45.  
  46. TAG -> DATA
  47. 0 -> "Language"
  48. 1 -> (int)start | (int)stop | "Line N"
  49. v2.04+ update:
  50. 2 -> L"Language" (unicode)
  51. 3 -> (int)start | (int)stop | L"Line N" (unicode)
  52. v2.10+ update:
  53. 4 -> Raw SSA text file, can be MBCS or Unicode.
  54.